Ooopsy. Didn't mean to delete gbser_posix.
authorrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 17 Dec 2014 01:10:17 +0000 (01:10 +0000)
committerrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 17 Dec 2014 01:10:17 +0000 (01:10 +0000)
gpsbabel/gbser_posix.h [new file with mode: 0644]

diff --git a/gpsbabel/gbser_posix.h b/gpsbabel/gbser_posix.h
new file mode 100644 (file)
index 0000000..d6c5e78
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef gbser_posix_h
+#define gbser_posix_h
+
+#include <termios.h>
+
+speed_t mkspeed(unsigned br);
+
+#endif